GET api/HangHoa/GetGioTacNghiep?tauid={tauid}&gaIds[0]={gaIds[0]}&gaIds[1]={gaIds[1]}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tauid | integer |
Required |
|
| gaIds | Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GioTacNghiepInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| TauId | integer |
None. |
|
| GaId | integer |
None. |
|
| GioTN | date |
None. |
|
| LoaiTN | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TauId": 1,
"GaId": 2,
"GioTN": "2026-03-15T07:18:10.992403+07:00",
"LoaiTN": 3
},
{
"TauId": 1,
"GaId": 2,
"GioTN": "2026-03-15T07:18:10.992403+07:00",
"LoaiTN": 3
}
]